[instructions] Sync instruction files with release v0.84.2 - #49739
Conversation
Fix stale Gemini engine capability claims (max-turns and web-fetch are actually supported per gemini_engine.go/gemini_tools.go), document the undocumented 64-char create-discussion body minimum, and remove duplicated security-posture/core-rules bullets across github-agentic-workflows.md, create-agentic-workflow.md, and update-agentic-workflow.md in favor of referencing workflow-constraints.md. Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
|
Great work on this documentation sync! 🎯 The accuracy fixes (Gemini engine support corrections), documentation of the 64-character The PR maintains excellent focus across the instruction files:
The detailed explanation comparing v0.84.2 commits and verifying changes against implementation files shows thorough diligence. This is exactly how internal documentation maintenance automation should work — focused, well-documented, and confidence-building for reviewers. This looks ready to merge. ✨
|
|
🎉 This pull request is included in a new release. Release: |
Overview
Syncs internal instruction/skill docs (
.github/aw/*.md) with upstream release v0.84.2. Consolidates duplicated security guidance intoworkflow-constraints.mdreferences and corrects stale engine capability notes. Documentation-only change; no code or workflow behavior is affected.Key changes
create-agentic-workflow.md,github-agentic-workflows.md, andupdate-agentic-workflow.mdnow point toworkflow-constraints.mdfor the read-only job /safe-outputs:routing posture instead of repeating it inline.github-agentic-workflows.md: also condenses the non-technical persona examples table to reference the existing Persona-to-Pattern Quick Matrix rather than duplicating trigger/output columns.safe-outputs-content.md: documents thecreate_discussionbody validation minimum of 64 characters.syntax-agentic.md,syntax-engine.md): removed the outdated claim thatgeminidoesn't supportmax-turns; it now only excludesweb-search.File-level detail
.github/aw/create-agentic-workflow.mdworkflow-constraints.md; removed duplicate safe-outputs bullet.github/aw/github-agentic-workflows.mdworkflow-constraints.md; simplified bash-access wording; condensed persona table.github/aw/safe-outputs-content.mdcreate_discussionbody min-length (64 chars) note.github/aw/syntax-agentic.md.github/aw/syntax-engine.mdweb-searchunsupported (was: max-turns, web-fetch, web-search).github/aw/update-agentic-workflow.mdworkflow-constraints.mdreferenceNotes
Single commit, documentation-only sync (6 files under
.github/aw/). No tests or compilation required.